Skip to content

Add SDK version to standalone activity details#3447

Merged
laurakwhit merged 2 commits into
mainfrom
DT-3984-add-sdk-saa-details
Jun 8, 2026
Merged

Add SDK version to standalone activity details#3447
laurakwhit merged 2 commits into
mainfrom
DT-3984-add-sdk-saa-details

Conversation

@laurakwhit

@laurakwhit laurakwhit commented May 22, 2026

Copy link
Copy Markdown
Collaborator

Description & motivation 💭

Adds SDK version to standalone activity details page.

Note: Need latest API release that includes temporalio/api#782 to actually see fields.

Screenshots (if applicable) 📸

Design Considerations 🎨

Testing 🧪

How was this tested 👻

  • Manual testing
  • E2E tests added
  • Unit tests added

Steps for others to test: 🚶🏽‍♂️🚶🏽‍♀️

Checklists

Draft Checklist

Merge Checklist

Issue(s) closed

DT-3984

Docs

Any docs updates needed?

@vercel

vercel Bot commented May 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
holocene Ready Ready Preview, Comment Jun 8, 2026 4:39pm

Request Review

@temporal-cicd

temporal-cicd Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor
Warnings
⚠️

📊 Strict Mode: 13 errors in 2 files (1.4% of 912 total)

src/lib/components/standalone-activities/activity-header.svelte (4)
  • L32:32: 'activityExecutionInfo.activityType' is possibly 'null' or 'undefined'.
  • L60:10: Type 'string | null | undefined' is not assignable to type 'string'.
  • L103:36: Type 'string | null | undefined' is not assignable to type 'string'.
  • L121:8: Type 'string | null | undefined' is not assignable to type 'string'.
src/lib/pages/standalone-activity-details.svelte (9)
  • L38:6: '$activityExecution.info.attempt' is possibly 'null' or 'undefined'.
  • L81:9: '$activityExecution.info.activityType' is possibly 'null' or 'undefined'.
  • L104:16: Argument of type 'number | null | undefined' is not assignable to parameter of type 'number'.
  • L117:16: '$activityExecution.info.attempt' is possibly 'null' or 'undefined'.
  • L158:19: '$activityExecution.info.attempt' is possibly 'null' or 'undefined'.
  • L160:18: Argument of type 'number | null | undefined' is not assignable to parameter of type 'number'.
  • L285:16: Type 'string | null | undefined' is not assignable to type 'string'.
  • L287:14: Type 'string | null | undefined' is not assignable to type 'string'.
  • L296:14: Type 'string | null | undefined' is not assignable to type 'string'.

Generated by 🚫 dangerJS against b690524

@laurakwhit laurakwhit force-pushed the DT-3984-add-sdk-saa-details branch from 35fdada to 69496e5 Compare May 22, 2026 21:34
@laurakwhit laurakwhit marked this pull request as ready for review May 22, 2026 21:47
@laurakwhit laurakwhit requested a review from a team as a code owner May 22, 2026 21:47
@laurakwhit laurakwhit requested a review from rossedfort May 22, 2026 21:48
@laurakwhit laurakwhit force-pushed the DT-3984-add-sdk-saa-details branch from 69496e5 to b690524 Compare June 8, 2026 16:38
@laurakwhit laurakwhit merged commit df86587 into main Jun 8, 2026
18 checks passed
@laurakwhit laurakwhit deleted the DT-3984-add-sdk-saa-details branch June 8, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants